home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Tee3.0 / ReadMe.txt < prev    next >
Text File  |  1995-06-12  |  2KB  |  58 lines

  1. This is the README file for the Tee object
  2. Copyright (C) Dimitri Tischenko & P.B. Schuller, Delft University of Technology
  3. ===============================================================================
  4.  
  5. Author:    Dimitri Tischenko & P.B. Schuller
  6.                              Delft University of Technology
  7.                              P.O. Box 356
  8.                              2600 AJ  Delft, The Netherlands
  9.  
  10. Questions, bugs and suggestions to: 
  11.            D.B.Tischenko@IS.TWI.TUDelft.NL  (Dimitri Tischenko)
  12.       or   bern@IS.TWI.TUDelft.NL           (Bernard Sodoyer)
  13.  
  14.  
  15. Category: Programming (--WORK IN PROGRESS--)
  16.  
  17. Description:
  18.  
  19. Tee is an Interface Builder object. It is created in analogy with the
  20. Unix(tm) tee command. Tee permits Interface Builder connections to more than 
  21. one object. To use Tee, you have to incorporate it in your project, instantiate
  22. it, and connect the action which you want to duplicate to the tee instance. Then connect the two outlets of the tee instance to the target objects.
  23.  
  24. See also Tee.rtf for a more detailed description and the TestTee example
  25. application.
  26.  
  27. Tee is developed under NeXTSTEP 2.x. This version is re-compiled under 3.0. Thanks to Jeff Blum from NeXT for finding a 3.0 incompatibility! There is also a TeePalette for 3.0 but it's not released yet.
  28.  
  29. Tee is born while playing with Interface Builder. It is not intended to be
  30. a really useful object, so don't expect it to be. However, I can imagine
  31. applications in which Tee may help.
  32.  
  33. Tee is far from perfect or complete. Please mail suggestions, enhancements and
  34. bugs. 
  35.  
  36. Included files:
  37.  
  38. README             This file
  39.  
  40. Tee.h              Tee header file          
  41. Tee.m              Tee implementation file
  42.  
  43. Tee.rtf            Tee documentation file
  44.  
  45. Makefile           | A simple test application which uses Tee.
  46. PB.project         | To compile, just type make in the Tee directory 
  47. TestTee_main.m     | or double-click on PB.project and click RUN in PB.
  48. TestTee.nib        |                    
  49. TestTee.iconheader |
  50. tee.tiff           |
  51.  
  52. .dir.tiff          A big T icon for fun, link to tee.tiff
  53.  
  54. Enjoy,
  55.  
  56. Dimitri
  57.  
  58.